Mark flaky tests as flaky
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Dec 2020 22:50:14 +0000 (17:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Dec 2020 23:10:02 +0000 (18:10 -0500)
We can't mark these as xfail, since it sometimes succeed.

testsuite/reftests/meson.build

index a7b4eb0d27eff3634982dd6f7d42d3a698a1efc6..1a8c980a039366cf2ad425e660ad8a41e76c438e 100644 (file)
@@ -421,8 +421,10 @@ testdata = [
   'textview-margins.css',
   'textview-margins.ref.ui',
   'textview-margins.ui',
-  'textview-tags.ref.ui',
-  'textview-tags.ui',
+  # this test needs a better way to perform delayed actions
+  # it is not in xfail since it succeeds on some platforms
+  #'textview-tags.ref.ui',
+  #'textview-tags.ui',
   'treeview-crash-too-wide.ref.ui',
   'treeview-crash-too-wide.ui',
   'treeview-fixed-height.css',
@@ -439,8 +441,10 @@ testdata = [
   'window-default-size.ui',
   'window-height-for-width.ref.ui',
   'window-height-for-width.ui',
-  'window-show-contents-on-map.ref.ui',
-  'window-show-contents-on-map.ui',
+  # this test needs a better way to perform delayed actions
+  # it is not in xfail since it succeeds on some platforms
+  #'window-show-contents-on-map.ref.ui',
+  #'window-show-contents-on-map.ui',
 ]
 
 # These need to be fixed but the issue hasn't been tracked down.
@@ -448,8 +452,6 @@ xfails = [
   'sizegroups-evolution-identity-page.ui',
   # these depend on details of text layout
   'label-sizing.ui',
-  # needs a better way to perform delayed actions
-  'window-show-contents-on-map.ui',
 ]
 
 reftest_env = environment()